home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC Answers 1995 December
/
PC Answers December 1995 (disc errors).iso
/
mxc
/
intro.dir
/
00024_next.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1995-05-04
|
300 b
|
18 lines
on mouseDown
global myLine, csn
if the doubleClick then
exit
end if
if myLine = csn then
exit
end if
set the castNum of sprite 6 to 34
set myLine to myLine + 1
buttonsUp()
updateStage()
setVid()
set the castNum of sprite 6 to 24
updateStage()
puppetSprite(6, 1)
end